﻿@import url("font/iconfont.css");
*{margin:0px; padding:0px;}
body{font-size:12px; color:#333; font-family:"微软雅黑";}
ul{list-style-type:none;}
img{border:0; vertical-align:bottom;}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #3597D6;
}
a:active {
	text-decoration: none;
}

a.wl:link,a.wl:visited,a.wl:active {color:#FFF;text-decoration:none;}
a.wl:hover {color:#F90;}

a.wb:link,a.wb:visited,a.wb:active {color:#069;text-decoration:none;}
a.wb:hover {color:#C00;}

a.wr:link,a.wr:visited,a.wr:active {color:#C00;text-decoration:none;}
a.wr:hover {color:#000;}

a.wg:link,a.wg:visited,a.wg:active {color:#999;text-decoration:none;}
a.wg:hover {color:#C00;}

.f_black {color:#000;}
.f_red   {color:#C00;}
.f_white {color:#FFF;}
.f_gray  {color:#999;}
.f_orange{color: #F90;}
.f_green {color:#66A228;}
.f_blue  {color:blue;}
.f_mblue {color:#1B75BC;}
.f_dblue {color:#233F6F;}
.f_gold  {color:#F60;}
.f_pink  {color:#B5084A;}
.f_Arial {font-family:Arial, Helvetica, sans-serif;}
.f_yk    {font-family:"微软雅黑";}
.blod    {font-weight:bold;}
.noblod  {font-weight:normal;}
.px10 {font-size:10px;}
.px11 {font-size:11px;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px15 {font-size:15px;}
.px16 {font-size:16px;}
.px18 {font-size:18px;}
.px20 {font-size:20px;}
.px25 {font-size:25px;}
.input {height:18px; border:solid 1px #ccc; margin-left:5px; padding:3px;}
.input2{border:#666 solid 1px; background:#FFF; padding:5px;}
.fleft {float:left;}
.fright{float:right;}
.mt5   {margin-top:5px;}
.mt10  {margin-top:10px;}
.mt15  {margin-top:15px;}
.mt20  {margin-top:20px;}
.mt25  {margin-top:25px;}
.mt35  {margin-top:35px;}
.mt45  {margin-top:45px;}
.pd20  {padding:20px;}
.line  {background: url(../images/line.jpg) repeat-x left center;height:18px;width:100%;margin:0px auto;clear:both;}
.line1 {background:none;border-bottom: 1px dotted #DDD;height:10px;width:100%;margin:0px auto 10px auto;clear:both;}
.line2 {height:10px;width:100%;margin:0px auto 10px auto;clear:both;border-bottom:#DDD solid 1px;}
.clear {clear:both; line-height:0px;}
.v-m {vertical-align: middle;}
.kk {margin:0 auto; width:1200px;}

/*分页*/
.page{
	width:100%;
	text-align:center;
	font-size:15px;
	margin:30px 0;
}
.page span{
	margin:0 2px;
}
.page span a{
	padding:5px 10px;
	color:#666;
	border:solid 1px #DDD;
	background-color:#FFF;
}
.page span a:hover{
	border:solid 1px #044a85;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#044a85;
	padding:5px 10px;
	border:solid 1px #044a85;
}
/**/
header .od {
	background-color:#EEE;
	border-bottom:solid 1px #DDD;
}
#home {
	line-height:33px;
}
#top_od {
	float:right;
	height:33px;
	line-height:33px;
}
#top_od .weixin {
	position:relative;
}
#top_od .weixin span {
	position:absolute;
	top:33px;
	right:0;
	display:none;
	z-index:9999;
}
#top_od .weixin a:hover span {
	display:block;
}
#top_od span {
	margin-left:15px;
}
#logo {
	width:700px;
	height:120px;
	background:url(../images/logo.jpg) no-repeat left center;
}
#tel {
	float:right;
	background: url(../images/tel.jpg) no-repeat left 0px;
	height: 51px;
	padding-top:5px;
	padding-left:70px;
	color:#47A567;
	margin-top:30px;
	font-weight:bold;
	font-size:16px;
}
#tel span {
	display: block;
	color: #F96400;
}
#tel span i {
	font-size: 22px;
	font-style:normal;
}
#tel span i:first-child {
	margin-right:20px;
}
#menu {
	height:56px;
	background:url(../images/topbg.jpg) repeat-x bottom;
}
#menu li {
	float:left;
	line-height:56px;
}
#menu li a {
	font-size:15px;
	height:56px;
	display:block;
	color:#FFF;
	background:url(../images/menu_od.jpg) no-repeat right top;
	padding:0 50px;
	position:relative;
	overflow:hidden;
}
#menu li a:hover {
	background:#0E9745;
}
#menu li.nobg a {
	background:none;
}
#menu li.mainlevel{
    position:relative;
	z-index:999;
}
#menu li.mainlevel:hover > a {
	background:#0E9745;
}
#home #menu li#m0 > a,#page1 #menu li#m1 > a,#page2 #menu li#m2 > a,#page3 #menu li#m3 > a,#page4 #menu li#m4 > a,#page5 #menu li#m5 > a,#page6 #menu li#m6 > a,#page7 #menu li#m7 > a,#page8 #menu li#m8 > a,#page9 #menu li#m9 > a {
	background:#0E9745;
}
#menu li a:after {
	content:"";
	position:absolute;
	left:50%;
	margin-left:-5px;
	bottom:-5px;
	width:10px;
	height:10px;
	background:#FFF;
    filter: Alpha(opacity=80);-moz-opacity:.80;opacity:0.80;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	display:none;
}
#menu li:hover a:after {
	display:block;
}
#menu li ul {
    width:100%;
	position:absolute;
	display:none;
	top:56px;
	left:0px;
	z-index:9999;
}
#menu li ul:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#0E9745;
    filter: Alpha(opacity=80);-moz-opacity:.80;opacity:0.80;
	z-index:-1;
}
#menu li ul li{
	background: none;
	margin:0;
	padding:0;
	float:none;
}
#menu li ul li a {
	display:block;
	background:none;
	padding:0 10px;
	height:35px;
	line-height:35px;
	font-size:13px;
	color:#FFF;
	text-align:center;
}
#menu li ul li a:after {
	background:none;
}
#menu li ul li a:hover{
	color: #007e30;
	background: #FFF;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	background:#000;
	background-size: 100% 100%;
	border-radius: 50%;
	border:solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#bn .prev:before, #bn .next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	width:100%;
	height:100%;
	line-height:35px;
	font-size:28px;
	color:#FFF;
	text-align:center;
}
#bn .prev {
	left: -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -40px;
}
#bn:hover .prev, #bn:hover .next,#bn .prev, #bn .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 600px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display:none;
}
#bn .swiper-pagination-bullet {
	width:13px;
	height:13px;
	background:#fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn .swiper-pagination-bullet-active {
	background:#0d6ab8;
	width:26px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**/
#hotkey {
	padding:10px 0;
	background-color:#F9F9F9;
	border-bottom:solid 1px #EEE;
}
#hotkey.wbg {
	background:#FFF;
	margin:0px;
	padding:0px;
}
#hotkey h1 {
	color:#3597D6;
	font-size:15px;
	float:left;
	line-height:40px;
}
#hotkey div > span {
	padding:0 10px;
	line-height:40px;
}
#ss {
	background: url(../images/ssbg.jpg) no-repeat;
	float: right;
	height: 26px;
	width: 256px;
	margin-top:7px;
}
#ss .sskw {
    width:200px;
	height:26px; 
	background:none;
	border:none;
	line-height:26px;
	padding:0 5px;
}
#ss .ssbn {
    width:46px;
	height:26px;
	background:none;
	border:none;
	cursor:pointer;
}
#adpic {
	margin-top:20px;
}
#adpic li {
	float:left;
	margin-right:30px;
	position:relative;
	width:380px;
	height:270px;
}
#adpic li.nomr {
	margin:0px;
}
#adpic li img {
	width:380px;
	height:270px;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#adpic li:hover img  {
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-ms-transform:scale(1.03);
	transform:scale(1.03)
}
#adpic li span.bg {
	width:100%;
	height:40px;
	background:#000;
	position:absolute;
	bottom:0;
	left:0;
    filter: Alpha(opacity=60);-moz-opacity:.60;opacity:0.60;
    display:none;
}
#adpic li span.tit {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	position:absolute;
	bottom:0;
	left:0;
}
#hmab {
	margin-top:40px;
	width:49%;
	float:left;
}
#hmab .img {
	float:left;
	width:38%;
}
#hmab .img img {
	width:100%;
	height:100%;
}
#hmab article {
	width:60%;
	float:right;
}
#hmab article img {
	display:none;
}
#hmab article h1 {
	height:29px;
	border-bottom: solid 1px #DEDEDE;
	background:url(../images/tit.jpg) no-repeat;
	font-size:15px;
	color:#FFF;
	line-height:25px;
	text-indent:15px;
	font-weight:normal;
	margin-bottom:10px;
}
#hmab article p {
	font-size:14px;
	line-height:1.8;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;		
}
#hmnews {
	float: right;
	width:49%;
	margin-top:40px;
}
#hmnews .img {
	float:left;
	width:38%;
}
#hmnews .img img {
	width:100%;
	height:100%;
}
#hmnews h1 {
	width:60%;
	float:right;
	height:29px;
	border-bottom: solid 1px #DEDEDE;
	background:url(../images/tit.jpg) no-repeat;
	font-size:15px;
	color:#FFF;
	line-height:25px;
	text-indent:15px;
	font-weight:normal;
}
#hmnews ul {
	width:60%;
	float:right;
	margin-top:10px;
}
#hmnews ul img {
	display:none;
}
#hmnews li {
	line-height:33px;
	height:33px;
	overflow:hidden;
	background:url(../images/tb2.jpg) no-repeat left center;
	padding-left:15px;
	font-size:14px;
}
#hmhz {
	height:335px;
	background:url(../images/hbg.jpg) no-repeat;
	margin-top:30px;
	position:relative;
}
#hmhz h1 {
	font-size:0;
}
#hottel {
	position: absolute;
	left: 860px;
	top: 30px;
	font-size:16px;
	color:#000;
}
#hottel span {
	display:block;
	font-size:18px;
}
#hmhz_con {
	width:98%;
	position:relative;
	overflow:hidden;
	margin-top:150px;
	margin-left:1%;
}
#hmhz_con .swiper-container {
	padding-bottom:40px;
}
#hmhz_con .swiper-slide {
	border:solid 1px #DDD;
	background-color:#FFF;
	height:130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#hmhz_con .swiper-slide img {
	width:100%;
	height:100%;
}
.hmnews {
	float:left;
	margin-right:2%;
	margin-top:30px;
	width:32%;
	position:relative;
	z-index:2;
}
.hmnews h1 {
	height:29px;
	border-bottom: solid 1px #DEDEDE;
	background:url(../images/tit.jpg) no-repeat;
	font-size:15px;
	color:#FFF;
	line-height:25px;
	text-indent:15px;
	font-weight:normal;
}
.hmnews ul {
	margin-top:10px;
}
.hmnews li {
	line-height:30px;
	height:30px;
	overflow:hidden;
	background:url(../images/tb2.jpg) no-repeat left center;
	padding-left:15px;
	font-size:14px;
}
#hmfaq {
	float:left;
	margin-top:30px;
	width:32%;
	position:relative;
	z-index:2;
}
#hmfaq h1 {
	height:29px;
	border-bottom: solid 1px #DEDEDE;
	background:url(../images/tit.jpg) no-repeat;
	font-size:15px;
	color:#FFF;
	line-height:25px;
	text-indent:15px;
	font-weight:normal;
}
#hmfaq_con {
	margin-top:10px;
	height:240px;
	overflow:hidden;
	position:relative;
}
#hmfaq_con ul {
	position:absolute;
}
#hmfaq_con li {
	border-bottom:dotted 1px #DDD;
	padding:10px 0;
	font-size:14px;
}
#hmfaq_con li p.qs {
	background:url(../images/q.jpg) no-repeat left 2px;
	padding-left:20px;
}
#hmfaq_con li p.as {
	background:url(../images/a.jpg) no-repeat left 2px;
	padding-left:20px;
}
#tab_menu {
	margin-top:20px;
	height:35px;
	border-bottom:solid 1px #DDD;
}
#tab_menu li {
	float:left;
	margin-right:5px;
	width:121px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	background:url(../images/tab.png) no-repeat right top;
	cursor:pointer;
}
#tab_menu li.on {
	height:35px;
	color:#FFF;
	padding-bottom:8px;
	background:url(../images/tab.png) no-repeat left top;
}
.tab_con {
	width:1200px;
	position:relative;
	height:190px;
	overflow:hidden;
	margin-top:10px;
	display:none;
}
.tab_con ul {
	position:absolute;
}
.tab_con ul li {
	float:left;
	width:300px;
	height:190px;
}
.tab_con ul li .img {
	width:285px;
	height:190px;
	margin:0 auto;
	position:relative;
	background:url(../images/picbg.jpg) no-repeat center bottom;
}
.tab_con ul li .img img {
	width:285px;
	height:182px;
}
.tab_con ul li .img span.bg {
	width:100%;
	height:40px;
	background:#000;
	position:absolute;
	bottom:8px;
	left:0;
    filter: Alpha(opacity=60);-moz-opacity:.60;opacity:0.60;
}
.tab_con ul li .img span.tit {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	position:absolute;
	bottom:8px;
	left:0;
}
.tab_arrow {
	text-align:center;
	margin: 15px 0px;
	display:none;
	background:url(../images/line_bg.jpg) no-repeat center center;
}
.tab_arrow .prev {
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:15px;
	background:#FFF url(../images/arrow.png) no-repeat left top;
}
.tab_arrow .prev:hover {
	background:#FFF url(../images/arrow.png) no-repeat left bottom;
}
.tab_arrow .next {
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:15px;
	background:#FFF url(../images/arrow.png) no-repeat right top;
}
.tab_arrow .next:hover {
	background:#FFF url(../images/arrow.png) no-repeat right bottom;
}
#hmcase {
	background:#FFF;
	padding:20px;
}
#hmcase h1 {
	height:50px;
	line-height:50px;
	text-align:center;
	background:url(../images/anli_title.png) repeat center center;
	font-size:32px;
	font-weight:normal;
}
#hmcase .more {
	height:30px;
	font-size:16px;
	text-align:right;
	padding-right:20px;
}
#hmcase ul {
	margin-top:20px;
}
#hmcase ul li {
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
	padding-bottom:8px;
	background:url(../images/picbg.jpg) no-repeat center bottom;
}
#hmcase ul li:nth-child(3n+0) {
	margin-right:0;
}
#hmcase ul li .img {
	width:100%;
	position:relative;
}
#hmcase ul li .img img {
	width:100%;
	height:100%;
}
#hmcase ul li .img span.bg {
	width:100%;
	height:40px;
	background:#000;
	position:absolute;
	bottom:0;
	left:0;
    filter: Alpha(opacity=60);-moz-opacity:.60;opacity:0.60;
}
#hmcase ul li .img span.tit {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	position:absolute;
	bottom:0;
	left:0;
	font-size:14px;
}
footer {
	background:#0094DE;
	padding-top:30px;
	color:#FFF;
}
.btmkk {
	float:left;
	margin-right:6%;
}
.btmkk h1 {
	font-size:16px;
	height:35px;
}
.btmkk p {
	line-height:20px;
}
.btmkk p a {
	color:#FFF;
	font-size:13px;
}
.btmkk p a:hover {
	color:#F90;
}
.btmkk2 {
	width:280px;
	float:right;
	background:url(../images/logo.png) no-repeat;
}
.btmkk3 {
	width:280px;
	float:right;
}
#link {
	margin-top:20px;
}
#link h1 {
	float:left;
	font-size:15px;
}
#link li {
	float:left;
	font-size:14px;
	margin-right:10px;
}
#link li a {
	color:#FFF;
}
#link li a:hover {
	color:#F90;
}
#btm {
	margin-top:10px;
	line-height:25px;
	text-align:center;
	padding:10px;
}
#btm a {
	color:#FFF;
}
#share {
	margin-top:90px;
}
.bdsharebuttonbox .sina {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -200px 0px;
}
#onqq {
	width:55px;
	height:55px;
	background:url(../images/online.png) no-repeat;
	position:fixed;
	right:0px;
	bottom:260px;
	cursor:pointer;
	display:none;
}
#onqq ul {
	position:absolute;
	height:55px;
	background:#0D6AB8;
	right:-550px;
	top:0;
	z-index:999;
}
#onqq ul li {
	float:left;
	height:55px;
	width:60px;
	border-right:solid 1px #12579C;
	text-align:center;
	background:url(../images/qq.png) no-repeat center 10px;
}
#onqq ul li a {
	display:block;
	width:60px;
	height:25px;
	padding-top:30px;
	color:#FFF;
}
#onqq ul li a:hover {
	color:#FC0;
}
#ontel {
	width:55px;
	height:55px;
	background:url(../images/online.png) no-repeat 0 -57px;
	position:fixed;
	right:0px;
	bottom:203px;
	cursor:pointer;
	display:none;
}
#ontel ul {
	position:absolute;
	height:55px;
	background:#0D6AB8;
	right:-550px;
	top:0;
	z-index:999;
	padding:0 10px;
	line-height:55px;
	font-size:25px;
	color:#FFF;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#ontop {
	width:55px;
	height:55px;
	background:url(../images/online.png) no-repeat 0 -114px;
	position:fixed;
	right:0px;
	bottom:146px;
	cursor:pointer;
}
#banner{ clear:both; width:100%; height:300px; background:#FDFBF7; position:relative; overflow:hidden;}
#banner div{ width:1920px; position:absolute; left:50%; margin-left:-960px;top:0; text-align:center;}
.banner{ clear:both; width:100%; height:200px; background:#FDFBF7; position:relative; overflow:hidden;}
.banner div{ width:1920px; position:absolute; left:50%; margin-left:-960px;top:0; text-align:center;}

#mid_lt {
	float: left;
	width: 240px;
	margin-top: 20px;
	margin-bottom:20px;
	-moz-box-shadow:1px 1px 2px #CCC;
	-webkit-box-shadow:1px 1px 2px #CCC;
	box-shadow:1px 1px 2px #CCC;
}
.lttit {
	background: #0D6AB8;
	height: 37px;
	line-height:37px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:normal;
}
#type {
	padding: 10px 15px;
}
#type li {
	line-height:35px;
	border-bottom: dashed 1px #DDD;
}
#type li a {
	font-size:15px;
	background: url(../images/tb3.jpg) no-repeat left center;
	padding-left: 15px;
}
#type li a.on {
	color:#FF7613;
}
#ltct {
	background: url(../images/tel2.jpg) no-repeat center top;
	line-height:20px;
	padding:20px;
	font-size:14px;
}
#ltct p {
	margin-top:10px;
}
#ltct #tel2 {
	padding-top:50px;
	padding-bottom:10px;
	color:#FB6300;
	font-size:25px;
	text-align:center;
}
#mid_rt {
	float:right;
	width:940px;
	overflow:hidden;
	margin-top: 20px;
}
#rt_tit{
	border: solid 1px #EEE;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	background: #F7F7F7;
	-moz-box-shadow: 1px 0px 3px #CCC;
	-webkit-box-shadow: 1px 0px 3px #CCC;
	box-shadow: 1px 0px 3px #CCC;
	padding-right:10px;
}
#rt_tit div {
	background:#0E9847;
	padding:0 20px;
	float:left;
	border:solid 2px #0E9847;
	color:#FFF;
	margin:-2px;
}
#rt_con {
	border: solid 1px #EEE;
	border-top:none;
	background-color:#FFF;
}
#rt_con article {
	padding:20px;
	line-height:2;
	font-size:14px;
}
#rt_con article img {
	max-width:100%;
}
.news_list{
    background:#F6F6F6;
	height:30px;
	line-height:30px;
	overflow:hidden;
	padding:5px 10px;
}
.news_list.wt{
    background:#FFF;
}
.news_list a{
	padding-left:10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size:14px;
}
.ny_list {
	padding:15px;
}
.ny_list li {
	display:inline-block;
	width:23.5%;
	margin-right:2%;
	margin-left:-3px;
	margin-bottom:20px;
}
.ny_list li:nth-child(4n+0) {
	margin-right:0;
}
.pic_img {
	width: 100%;
	text-align: center;
	border:solid 1px #DDD;
	-moz-box-shadow:1px 1px 3px #CCC;
	-webkit-box-shadow:1px 1px 3px #CCC;
	box-shadow:1px 1px 3px #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pic_img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
.pic_img img {
	vertical-align: middle;
	margin-right: -1px;
	max-height:100% !important;
	max-width:100% !important;
}
.pic_tit {
	line-height:40px;
	text-align:center;
	height:40px;
	font-size:14px;
	overflow: hidden;
}
.ny_list1 {
	padding: 15px;
}
.ny_list1 li {
	display:inline-block;
	width:23.5%;
	margin-right:2%;
	margin-left:-3px;
	margin-bottom:20px;
}
.ny_list1 li:nth-child(4n+0) {
	margin-right:0;
}
.pic_img2 {
	width: 100%;
	text-align: center;
	border:solid 1px #DDD;
	-moz-box-shadow:1px 1px 3px #CCC;
	-webkit-box-shadow:1px 1px 3px #CCC;
	box-shadow:1px 1px 3px #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pic_img2 img {
	height:100%;
	width:100%;
}
.pic_img2 a {
	position:relative;
	display:block;
	height:100%;
	width:100%;
}
.pic_img2 a .video {
    position:absolute;
	width:100%;
	height:100%;
	background:url(../images/video.png) center center no-repeat #333;
    filter: Alpha(opacity=20);-moz-opacity:.20;opacity:0.20;
}
.pic_img2 a:hover .video {
    filter: Alpha(opacity=40);-moz-opacity:.40;opacity:0.40;
}
.pic_tit2 {
	line-height:20px;
	text-align:center;
	overflow: hidden;
	height:40px;
	margin-top:5px;
	font-size:14px;
}
.ny_list2 {
	padding-top: 25px;
	margin-left:10px;
	margin-right:10px;
	height: 170px;
	padding-bottom:20px;
	border-bottom: 1px dotted #DDD;
}
.ny_list2_img {
	float: left;
	height: 160px;
	width: 25%;
	text-align:center;
	padding: 1px;
	border:solid 1px #EEE;
	-moz-box-shadow:1px 1px 3px #EEE;
	-webkit-box-shadow:1px 1px 3px #EEE;
	box-shadow:1px 1px 3px #EEE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.ny_list2_img img {
	width:100%;
	height:100%;
}
.ny_list2_main {
	float: right;
	height: 160px;
	width: 72%;
}
.ny_list2_main h3 {
	font-size: 14px;
	height: 28px;
	border-bottom: 1px solid #DDD;
	margin-top:10px;
}
.ny_list2_main p {
	line-height: 24px;
	color:#666;
	font-size:13px;
}
.down {
	padding:10px;
}
.down h3 {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.down div {
	background: #EEE;
	height: 35px;
	border-top: 1px solid #DDD;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
#showinfo {
	padding:20px 10px;
	border: solid 1px #EEE;
	border-top:none;
	line-height:25px;
}
#showinfo .btn a {
	background:#0D6AB8;
	border:1px solid #0D6AB8;
	color:#FFF;
	height:25px;
	line-height:23px;
	text-align:center;
	margin:0px;
	padding:0 15px;
	display:block;
	font-size:14px;
}
#showinfo .btn a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:#FFF;
	color:#0D6AB8;
}
#showinfo .btn2 a {
	background:#FFF;
	border:1px solid #0D6AB8;
	color:#0D6AB8;
	height:25px;
	line-height:23px;
	text-align:center;
	margin:0px;
	padding:0 15px;
	display:block;
	font-size:14px;
}
#showinfo .btn2 a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:#0D6AB8;
	color:#FFF;
}
#showinfo h1 {
	margin-top:20px;
	border-top:solid 1px #DDD;
	text-align:center;
	padding:20px 0;
	font-size:25px;
	font-weight:normal;
}
#showinfo .fb a{
    width:25px;
	height:25px;
	margin: 0 5px 0 15px;
	float:left;
	font-size:0;
	display:block;
	background: url(../images/icon.png) no-repeat 0px 0px;
}
#showinfo .fb a:hover{
	background: url(../images/icon.png) no-repeat -71px 0px;
}
#showinfo .fs a{
    width:25px;
	height:25px;
	float:left;
	font-size:0;
	display:block;
	background: url(../images/icon.png) no-repeat -35px 0px;
}
#showinfo .fs a:hover{
	background: url(../images/icon.png) no-repeat -106px 0px;
}
#showinfo article {
	margin-top:20px;
	line-height:2;
	padding:10px;
}
#showinfo article img {
	max-width:100%;
}
#showinfo #bpicmain {
	width: 700px;
	margin:20px auto 0 auto;
	border:solid 1px #EEE;
	height:450px;
	position:relative;
}
#showinfo #bpic {
	width: 700px;
	text-align:center;
	height:450px;
	position:absolute;
	z-index:99;
}
#showinfo #bpic img {vertical-align: middle;margin-right: -1px;position:relative;z-index:1}
#showinfo #bpic span {display: -moz-inline-box;/*针对火狐*/}
#showinfo #bpic span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#showinfo #bpic_lt {
	height: 450px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#showinfo #bpic_rt {
	height: 450px;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#showinfo #bpic_ct {
	height: 450px;
	width: 400px;
	position: absolute;
	left: 150px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#showinfo #bbtn_c {
	background:url(../images/bigpic.png) no-repeat center center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 320px;
	top:195px;
	z-index:101;
	display:none;
	cursor:pointer;
}
#showinfo #bbtn_l {
	width: 60px;
	height: 60px;
	background: url(../images/butl.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butl.png');
	float:left;
	cursor:pointer;
	position:absolute;
	left:10px;
	top:195px;
	z-index:101;
	display:none;
}
#showinfo #bbtn_r {
	width: 60px;
	height: 60px;
	background: url(../images/butr.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butr.png');
	float:left;
	cursor:pointer;
	position:absolute;
	right:10px;
	top:195px;
	z-index:101;
	display:none;
}
#showinfo #spic {
	width: 610px;
	height: 64px;
	margin:0 auto;
}
#showinfo #sbtn_l {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_l.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_l.png');
	float:left;
	cursor:pointer;
}
#showinfo #sbtn_r {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_r.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_r.png');
	float:left;
	cursor:pointer;
}
#showinfo #spic_con {
	float: left;
	height: 64px;
	width: 550px;
	position: relative;
	overflow:hidden;
}
#showinfo #spic_con ul{
    position:absolute;
}
#showinfo #spic_con li{
    float:left;
	width:110px;
	height:64px;
}
#showinfo .spic_img {
	height:60px;
	width: 90px;
	border:solid 2px #EEE;
	margin: 0 auto;
	text-align:center;
}
#showinfo .cur{border:solid 2px #016797;}
#showinfo .swiper-container {
	display:block;
	margin:20px 0;
	text-align:center;
}
#showinfo .swiper-container .swiper-slide img {
	max-width:100%;
}
#showinfo .swiper-container .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#showinfo .swiper-container .swiper-pagination-bullet-active {
	background:#3ab3d2;
}
#ltcase {
	padding:10px 5px;
}
#ltcase ul li {
	width:50%;
	float:left;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#ltcase ul li .img {
	width:100%;
	border:solid 1px #EEE;
}
#ltcase ul li .img img {
	width:100%;
	height:100%;
}
#ltcase ul li .txt {
	height:40px;
	line-height:18px;
	overflow:hidden;
	text-align:center;
	font-size:12px;
}
#ltnews ul {
	padding:10px;
}
#ltnews ul li {
	line-height:32px;
	height:32px;
	overflow:hidden;
	font-size:14px;
}
#ltnews ul li .num {
	width:18px;
	height:15px;
	line-height:15px;
	text-align:center;
	color:#FFF;
	margin-top:10px;
	margin-right:5px;
	background:#F90;
	display:block;
	float:left;
}
#ltnews ul li .num.bg {
	background:#999;
}
.faq_q {
	padding:10px;
	line-height:20px;
	background:#F6F6F6;
	font-weight:bold;
	font-size:15px;
	margin-top:10px;
}
.faq_a {
	padding:10px;
	line-height:24px;
	font-size:14px;
}
.faq_a2 {
	display:none;
	padding:10px;
	line-height:24px;
	background:#FFFFE6;
	font-size:14px;
}
#search {
	padding-top:20px;
}
#search .td {
    width:32px;
    height:32px;
	background: url(../images/icon.png) no-repeat 0px -37px;
	display:block;
	float:left;
	margin-right:10px;
}
.search {
	background:url(../images/line.jpg) repeat-x left bottom;
	line-height: 24px;
	padding: 20px 10px;
}
.search.bg {
    background:#EEE;
	padding: 10px;
}
#hmtype {
	background:#00A2E7;
	padding:10px;
	width:240px;
	float:left;
}
#hmtype h1 {
	color:#FFF;
	font-size:18px;
	padding:0 0 10px 0;
	font-weight:normal;
}
#hmtype h1 span {
	display: block;
	color: #8DBCDA;
	font-size: 12px;
	text-transform: uppercase;
}
#hmtype #hmtype_list {
	background:#FFF;
	padding:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#hmtype #hmtype_list .type {
	background:#00A2E7;
	padding:5px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-bottom:10px;
	margin-top:10px;
}
#hmtype #hmtype_list .type a {
	color:#FFF;
	font-size:15px;
}
#hmtype #hmtype_list .type a:hover,#hmtype #hmtype_list .type a.on {
	color:#FC0;
}
#hmtype #hmtype_list .stype {
	background:url(../images/tb.jpg) no-repeat 10px center;
	padding:5px 5px 5px 20px;
}
#hmtype #hmtype_list .stype a {
	font-size:13px;
}
#hmtype #hmtype_list .stype a.on {
	color:#C00;
}
#hmtype #hmtype_list .ctype {
	border-bottom:solid 1px #DDD;
	padding:5px 10px;
	margin-bottom:5px;
	margin-top:5px;
}
#hmtype #hmtype_list .ctype a {
	color:#333;
	font-size:15px;
}
#hmtype #hmtype_list .ctype a:hover,#hmtype #hmtype_list .ctype a.on {
	color:#00A2E7;
}
#hmpro {
	float: right;
	width: 920px;
}
#hmpro h1 {
	border: 1px solid #3887BF;
	height:36px;
	padding:0 10px;
	background:#00A2E7;
}
#hmpro h1 div {
	float:left;
	background:url(../images/tit1.jpg) no-repeat;
	font-size:15px;
	color:#C00;
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
	margin-top:3px;
	margin-right:10px;
}
#hmpro h1 div span {
	display:block;
	float:right;
	height:30px;
	width:20px;
	background:url(../images/tit1.jpg) no-repeat right center;
}
#hmpro ul {
	padding:11px 9px;
	border:solid 1px #E1E1E1;
	border-top:none;
}
#hmpro li {
	height: 170px;
	width: 440px;
	margin-left:10px;
	margin-top:10px;
}
.hmpic_img {
	float:left;
	height: 150px;
	width: 200px;
	padding: 1px;
	border: 1px solid #EEE;
	text-align: center;
	-moz-box-shadow:1px 1px 3px #DDD;
	-webkit-box-shadow:1px 1px 3px #DDD;
	box-shadow:1px 1px 3px #DDD;
}
.hmpic_img img {vertical-align: middle;margin-right: -1px;}
.hmpic_img span {display: -moz-inline-box;/*针对火狐*/}
.hmpic_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.hmpic_txt {
	background:#F2F2F2;
	width: 200px;
	padding:10px;
	float:left;
	height: 133px;
	border: 1px solid #EEE;
	position:relative;
	line-height:20px;
}
.hmpic_txt h3 {
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:14px;
}
.hmpic_txt .more {
	width:80px;
	height:25px;
	position:absolute;
	bottom:10px;
	right:10px;
}
.hmpic_txt .more a {
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	display:block;
	z-index:101;
	width:80px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#54B82B;
}
.hmpic_txt .more a:hover {
	background:#408A20;
}
#hzsq {
	margin-top:20px;
	border:solid 1px #EEE;
}
#hzsq h1 {
	height:40px;
	line-height:40px;
	background:#0D6AB8;
	padding-left:10px;
	color:#FFF;
	font-size:16px;
}
#hzsq article {
	padding:15px;
}
#form_msg .ipt {
	width:200px;
	border:solid 1px #CCC;
	height:30px;
	line-height:30px;
	padding:0 1%;
	margin-top:10px;
}
#form_msg .ipt:focus {
	border:solid 1px #0D6AB8;
	-moz-box-shadow:1px 1px 3px #0D6AB8;
	-webkit-box-shadow:1px 1px 3px #0D6AB8;
	box-shadow:1px 1px 3px #0D6AB8;
}
#form_msg textarea {
	width:500px;
	padding:1%;
	height:100px;
	line-height:20px;
	border:solid 1px #CCC;
	margin-top:5px;
	vertical-align:top;
}
#form_msg textarea:focus {
	border:solid 1px #0D6AB8;
	-moz-box-shadow:1px 1px 3px #0D6AB8;
	-webkit-box-shadow:1px 1px 3px #0D6AB8;
	box-shadow:1px 1px 3px #0D6AB8;
}
#form_msg .btn {
	background:#0D6AB8;
	border:1px solid #0D6AB8;
	color:#FFF;
	height:35px;
	line-height:30px;
	text-align:center;
	margin-top:15px;
	margin-right:10px;
	cursor:pointer;
	padding:0 30px;
	font-family:"微软雅黑";
	font-size:18px;
	margin-left:80px;
}
#form_msg .btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:#FFF;
	color:#0D6AB8;
}
#storelist {
	margin:20px;
}
#storelist h1 {
	font-size:16px;
	height:40px;
}
#storelist article {
	line-height:25px;
}
#map h2 {
	font-size:14px;
	background: #F8F8F8;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin:10px 0px;
	border: 1px solid #DDD;
}
#map div {
	padding:0px 10px;
	float:left;
	white-space:nowrap;
	line-height:22px;
}
.pk{
	padding-top:258px; 
	overflow:hidden; 
	background:url(../images/pk_bg.jpg) no-repeat center top; 
	top:-70px; 
	position:relative; 
	z-index:1;
}
.pk h1{ 
    height:175px; 
	overflow:hidden; 
	text-align:center;
}
.pk dl{ 
    width:40%; 
	overflow:hidden;
}
.pk dt{ 
	height:284px; 
	overflow:hidden; 
	position:relative;
}
.pk dt img{ 
	width:100%; 
	height:100%;
}
.pk dt em{ 
    display:block; 
	width:100%; 
	height:54px; 
	font:24px "Microsoft YaHei"; 
	text-align:center; 
	font-weight:bold; 
	line-height:54px; 
	color:#fff; 
	background:url(../images/pk_alp.png); 
	position:absolute; 
	bottom:0; 
	left:0;
}
.pk dd{ 
    margin-top:10px;
}
.pk dd p{ 
	font:16px "Microsoft YaHei"; 
	line-height:22px; 
	color:#555; 
	padding:10px 12px 0 12px; 
	height:55px;
}
.pk dd .p01{ 
	padding-top:0; 
	line-height:65px; 
	height:65px;
}
.pk dd p b{ 
	color:#0D6AB8;
}
.pk dl.fright dt em{ 
	background:url(../images/hy_alp.png);
}
.pk dl p{ 
    font-weight:bold;
}
.pk ul{ 
    width:20%; 
	float:left; 
	margin-top:305px;
	text-align:center;
}
.pk li{
	display:inline-block;
    width:155px; 
	height:45px; 
	margin:0 auto 20px; 
	font:18px "Microsoft YaHei"; 
	text-align:center; 
	line-height:45px; 
	color:#fff; 
	background:url(../images/pk_btn.png) no-repeat;
}
/*2021-6-1*/
.hmpro {
	text-align:center;
	padding-bottom:50px;
}
.hmpro h1 {
	font-size:30px;
	font-weight:400;
	position:relative;
	padding-top:20px;
}
.hmpro h1:after {
	content:"product";
	display:block;
	font-size:14px;
	color:#999;
	text-transform:uppercase;
	padding-bottom:50px;
	margin-top:10px;
	background:url(../images/item_line.png) no-repeat center;
}
.hmpro nav {
	overflow:hidden;
	height:45px;
}
.hmpro nav span {
	display:inline-block;
	margin:0 10px;
}
.hmpro nav span a {
	display:block;
	background-color:#00a3e8;
	line-height:45px;
	height:45px;
	padding:0 20px;
	font-size:16px;
	color:#FFF;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}
.hmpro nav span a:hover,.hmpro nav span.on a {
	background-color:#5cb85c;
}
.hmpro  ul {
	text-align:left;
}
.hmpro  ul li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:18.4%;
	margin-right:2%;
	margin-left:-3px;
	margin-top:2%;
}
.hmpro  ul li:nth-child(5n+0) {
	margin-right:0;
}
.hmpro  ul li .img {
	width:100%;
	overflow:hidden;
}
.hmpro  ul li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.hmpro  ul li h3 {
	font-size:16px;
	font-weight:400;
	margin-top:10px;
}
.hmpro  ul li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.bg {
	background-color:#f9f9f9;
}
#mid .left {
	width:75%;
	float:left;
	margin-top:20px;
	background-color:#fff;
}
#mid .right {
	width:23%;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	border:solid 1px #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	background-color:#fff;
}
#mid .type {
	padding:15px;
}
#mid .type h3 a {
	display:block;
	border:solid 1px #CCC;
	background-color:#f5f5f5;
	text-align:center;
	padding:8px;
	font-weight:400;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .type h3 a:hover {
	background-color: #5bc0de;
	border: 1px solid #5bc0de;
	color: #fff;
}
#mid .type ul {
	margin:10px 0;
}
#mid .type ul li {
	display:inline-block;
	width:47%;
	margin-right:-3px;
	vertical-align:top;
}
#mid .type ul li:nth-child(2n+0) {
	margin-left:6%;
}
#mid .type ul li a {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .ny_list3 {
	padding: 0 10px;
}
#mid .ny_list3 ul {
	padding-top:30px;
}
#mid .ny_list3 ul li {
	background-color:#f6f9fa;
	margin-bottom:40px;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mid .ny_list3 ul li:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}
#mid .ny_list3 ul li .img {
	float:left;
	width:40%;
}
#mid .ny_list3 ul li .img img {
	width:100%;
	height:100%;
}
#mid .ny_list3 ul li .con {
	float:right;
	width:60%;
	padding:10px 10px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#mid .ny_list3 ul li .con h3 {
	height:50px;
	line-height:50px;
	font-size:22px;
	font-weight:300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .ny_list3 ul li .con p {
	line-height:1.8;
	font-size:14px;
	color:#444;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .ny_list3 ul li .con dl {
	margin:20px 0 30px 0;
}
#mid .ny_list3 ul li .con dl dt {
	font-size:14px;
	color:#000;
	position:relative;
	z-index:1;
	margin-bottom:15px;
}
#mid .ny_list3 ul li .con dl dt span {
	display:inline-block;
	background-color:#f6f9fa;
	padding-right:20px;
}
#mid .ny_list3 ul li .con dl dt:after {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	border-bottom:solid 1px #DDD;
	z-index:-1;
}
#mid .ny_list3 ul li .con dl dd {
	display:inline-block;
	width:23.5%;
	margin-left:-3px;
	margin-right:2%;
	font-size:14px;
	color:#444;
}
#mid .ny_list3 ul li .con dl dd:last-child {
	margin-right:0;
}
#mid .ny_list3 ul li .con dl dd:before {
	content:attr(data-name);
	display:inline-block;
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#02bae9;
	font-size:18px;
	font-family:"Microsoft Yahei";
	font-weight:bold;
	margin:0 5px;
	vertical-align:middle;
	border:solid 2px #02bae9;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;	
}
#mid .ny_list3 ul li .con .btn {
	display:inline-block;
	font-size:15px;
	padding:7px 15px;
	color:#FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}
#mid .ny_list3 ul li .con .btn:hover {
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}
#mid .ny_list3 ul li .con .btn:before {
	font-family:"iconfont";
	vertical-align:middle;
	margin-right:5px;
	font-size:18px;
}
#mid .ny_list3 ul li .con .btn.an1 {
	background-color:#0d6ab8;
}
#mid .ny_list3 ul li .con .btn.an1:hover {
	background-color:#0B538E;
}
#mid .ny_list3 ul li .con .btn.an1:before {
	content:"\e604";
}
#mid .ny_list3 ul li .con .btn.an2 {
	background-color:#5cb85c;
}
#mid .ny_list3 ul li .con .btn.an2:hover {
	background-color:#419441;
}
#mid .ny_list3 ul li .con .btn.an2:before {
	content:"\e610";
}
#mid .ny_list3 ul li .con .btn.an3 {
	float:right;
	background-color:#fff;
	border:solid 1px #CCC;
	color:#333;
	padding-right:10px;
}
#mid .ny_list3 ul li .con .btn.an3:hover  {
	background-color:#eee;
}
#mid .ny_list3 ul li .con .btn.an3:after {
	content:"\e666";
	font-family:"iconfont";
	vertical-align:middle;
	margin-left:5px;
	font-size:18px;
}
#mid .ny_list3.ny {
	padding: 0 15px;
}
#mid .ny_list3.ny ul {
	padding-top:20px;
}
#mid .ny_list3.ny ul li .img {
	width:45%;
}
#mid .ny_list3.ny ul li .con {
	width:54%;
	padding:10px 30px;
}
#mid .ny_list3.ny ul li .con h1 {
	font-size:30px;
	font-weight:normal;
	margin-bottom:20px;
}
#mid .ny_list3.ny ul li .con p {
	-webkit-line-clamp: 3;
}
#mid .ny_list3.ny ul li .con .btn {
	display:block;
	font-size:18px;
	padding:10px 15px;
	margin-top:10px;
	text-align:center;
}
#mid .protit {
	text-align:center;
	font-size:30px;
	font-weight:400;
	padding-bottom:20px;
}
#mid .ny_list4 {
	padding:0 20px;
}
#mid .ny_list4 ul li {
	display:inline-block;
	width:32%;
	margin-left:-3px;
	margin-right:2%;
	vertical-align:top;
	margin-top:20px;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}
#mid .ny_list4 ul li:nth-child(3n+0) {
	margin-right:0;
}
#mid .ny_list4 ul li .img {
	width:100%;
	overflow:hidden;
}
#mid .ny_list4 ul li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .ny_list4 ul li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#mid .ny_list4 ul li .con {
	background-color:#f7f7f7;
	padding:10px 10px 20px 10px;
	text-align:center;
}
#mid .ny_list4 ul li .con h3 {
	height:40px;
	line-height:40px;
	font-size:18px;
	font-weight:300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .ny_list4 ul li .con p {
	line-height:1.8;
	font-size:14px;
	color:#888;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .ny_list4 ul li:hover {
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}
#mid .ny_list4 ul li:hover .con {
	background-color:#0291df;
}
#mid .ny_list4 ul li:hover .con h3,#mid .ny_list4 ul li:hover .con p {
	color:#FFF !important;
}
#mid .hmad {
	text-align:center;
	border-top:solid 1px #DDD;
	margin-top:30px;
	margin-bottom:30px;
}
#mid .hmad h1 {
	background-image:url(../images/bbg_2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:300px;
	padding:50px 0;
}
#mid .hmad h1 a {
	display:block;
	height:100%;
	width:100%;
	font-size:0;
}
#mid .hmad ul li {
	display:inline-block;
	width:23.5%;
	margin-right:2%;
	margin-left:-3px;
	vertical-align:top;
	background-color:#f0f8fe;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;		
}
#mid .hmad ul li:nth-child(4n+0) {
	margin-right:0;
}
#mid .hmad ul li .img {
	margin: 0 auto;
	width: 130px;
	height: 130px;
	border-radius: 100px;
	border: 1px solid #57A9E3;
	background: #fff url(../images/ex_ico.png) no-repeat;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#mid .hmad ul li:nth-child(1) .img {
    background-position: 35px 20px;
}
#mid .hmad ul li:nth-child(2) .img {
    background-position: -133px 20px;
}
#mid .hmad ul li:nth-child(3) .img {
    background-position: -315px 20px;
}
#mid .hmad ul li:nth-child(4) .img {
    background-position: -528px 20px;
}
#mid .hmad ul li article {
	margin-top: 20px;
}
#mid .hmad ul li article h3 {
	font-size: 20px;
	color: #005DB2;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight:400;
}
#mid .hmad ul li article p {
	height:150px;
	line-height:1.8;
	font-size:14px;
	color:#444;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .hmad ul li article .btn {
	margin-bottom:20px;
}
#mid .hmad ul li article .btn span {
	display:inline-block;
	margin:0 5px;
}
#mid .hmad ul li article .btn span a {
	display:block;
	border:solid 1px #DDD;
	padding:8px 10px 8px 20px;
	font-size:14px;
	background-color:#FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}
#mid .hmad ul li article .btn span a:after {
	content:"\e618";
	font-family:"iconfont";
	vertical-align:middle;
	margin-left:5px;
	font-size:12px;
}
#mid .hmad ul li:hover {
	background-color:#0d6ab8;
}
#mid .hmad ul li:hover article h3,#mid .hmad ul li:hover article p {
	color:#FFF;
}
#mid .hmad ul li:hover .img {
	background-color: #57A9E3;
}
#mid .hmad ul li:nth-child(1):hover .img {
    background-position: 35px -110px;
}
#mid .hmad ul li:nth-child(2):hover .img {
    background-position: -133px -110px;
}
#mid .hmad ul li:nth-child(3):hover .img {
    background-position: -315px -110px;
}
#mid .hmad ul li:nth-child(4):hover .img {
    background-position: -528px -110px;
}
.backtop {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:fixed;
	right:20px;
	bottom:20px;
	background:#333;
	cursor:pointer;
	z-index:9999;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display:none;
}
.backtop:before {
	content:"\e6c4";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:25px;
}
.backtop:hover {
	background: #0d6ab8;
}

/*wap*/
.overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0
}
.openmenu .overlay {
	top: 0
}
#pgcontainer {
	padding: 0;
	margin: 0
}
.menu {
	height: 100%;
	width: 0;
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow:auto;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55);
	display:none;
}
.menu .close {
	height:35px;
	width:35px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}
.menu .close:before {
	content:"\e654";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
	line-height:35px;
}
.menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
.menu ul li {
	display: block
}
.menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #cdcdcd;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
}
.menu li a:hover {
	color: #FFF;
	background: #3ab3d2;
}
.menu ul li ul {
	display:none;
	margin-top: 0px;
}
.menu ul li ul li a {
	padding: 5px 10px 5px 35px;
	font-size: 14px;
}
.menu li form {
	margin-bottom:10px;
	padding: 10px 20px;
	position:relative;
}
.menu li input {
	border:none;
	background:#FFF;
	width:100%;
	padding:8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu li button {
	position:absolute;
	width:40px;
	height:100%;
	right:20px;
	top:0;
	border:none;
	background:none;
	cursor:pointer;
}
.menu li i {
	font-family:"iconfont" !important;
	font-size:24px;
	font-style:normal;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background: #044a85;
	z-index: 999;
}
.odline li {
	display:inline-block;
	width:25%;
	height: 45px;
	line-height:45px;
	margin-right:-3px;
	text-align:center;
	border-right: solid 1px #022F53;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odline li:nth-child(2) {
	width:30%;
}
.odline li:nth-child(3) {
	width:45%;
	background-color:#08a2d7;
	border-right: none;
}
.odline li a {
	color:#FFF;
	font-size:16px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:18px;
	margin-right:5px;
	vertical-align:middle;
}
.odline li:nth-child(1) span:before {
	content:"\e62b";
}
.odline li:nth-child(2) span:before {
	content:"\e604";
}
.odline li:nth-child(3) span:before {
	content:"\e610";
}
@media screen and (max-width: 768px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.odline {
	    display:block;
	}
	header #menu,header .od,header #tel,#hotkey {
		display:none;
	}	
	header {
		position:fixed;
		width:100%;
		height:70px;
		top:0;
		z-index:999;
		background-color:#FFF;
		box-shadow: 0 1px 4px -1px #999;
	}
	header #logo {
		width:100%;
		height:70px;
		background-size:60%;
		background-position:10px;
	}
	header .menubtn {
		position:absolute;
		cursor:pointer;
		text-align:center;
		right:10px;
		top:50%;
		margin-top:-18px;
	}
	header .menubtn:before {
		content:"\e639";
	    font-family:"iconfont" !important;
		color:#000;
		font-size:28px;
	}
	header .menubtn:hover:before {
		color:#3ab3d2;
	}
	#bn {
		margin-top:70px;
	}
	#bn .img {
		height:auto;
		background-image:none !important;
		overflow:hidden;
	}
	#bn .img img {
		width:160%;
		margin-left:-30%;
	    display:block;
	}
	.banner div {
		width: 100%;
		position:relative;
		left: 0%;
		margin-left:0px;
	}	
	.banner div img {
		width:100%;
	}
	.hmpro nav {
		display:none;
	}
	.hmpro  ul {
		padding:10px;
	}
	#hmab {
		margin-top:20px;
		width:100%;
		float:none;
		padding:0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;			
	}	
	#hmab .img {
		display:none;
	}	
	#hmab article {
		width:100%;
		float:none;
	}
	#hmab article img {
		display:block;
		width:100%;
		margin:10px 0;
	}
	#hmnews {
		float: none;
		width:100%;
		margin-top:20px;
		padding:0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;			
	}
	#hmnews .img {
		display:none;
	}
	#hmnews h1 {
		width:100%;
		float:none;
	}
	#hmnews ul {
		width:100%;
		float:none;
	}
	#hmnews ul img {
		display:block;
		width:100%;
		margin:10px 0;
	}
	#mid .hmad {
		margin-bottom:20px;
		margin-top:20px;
	}
	#mid .hmad h1 {
		background-size: cover;
		height:80px;
	}	
	#mid .hmad ul li {
		width:90%;
		margin:5%;
	}
	#mid .hmad ul li:nth-child(4n+0) {
		margin-right:5%;
	}	
	#hmhz {
		height: auto;
		margin-top:10px;
		background:#ededed;
	}
	#hmhz h1 {
		font-size:30px;
		font-weight:400;
		position:relative;
		padding-top:20px;
		text-align:center;
	}
	#hmhz h1:after {
		content:"Cooperation brand ";
		display:block;
		font-size:14px;
		color:#999;
		text-transform:uppercase;
		padding-bottom:50px;
		margin-top:10px;
		background:url(../images/item_line.png) no-repeat center;
	}
	#hmhz #hottel {
		display:none;
	}
	#hmhz_con {
		margin-top:0;
	}
	.hmnews {
		float:none;
		margin-right:0;
		margin-top:20px;
		width:100%;
		padding:0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;			
	}	
	#hmfaq {
		float:none;
		margin-top:20px;
		width:100%;
		padding:0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pk {
		padding-top:100px; 
		top:0; 
		background-size:200%;
	}	
	.pk h1{ 
		height: 100px; 
	}
	.pk h1 img {
		width:80%;
    }
	.pk ul{
		display:none;
	}	
	.pk dl{ 
		width:100%; 
		padding:0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}	
	.pk dt{ 
		height: auto;
	}
	.pk dt em{ 
		width:100%; 
		height:30px; 
		font-size:18px; 
		line-height:30px; 
		position: relative; 
	}	
	.pk dd{ 
		margin-top:0;
		background-color:#FFF;
		line-height:1.5;
		margin-bottom:20px;
	}
	.pk dd p{ 
		line-height:22px; 
		color:#555; 
		padding:0; 
		height: auto;
		margin-top:20px;
		font-weight:normal;
	}
	.pk dd .p01{ 
		padding-top:0; 
		line-height: 22px; 
		height: auto;
	}
	#hmcase ul {
		margin-top:20px;
	}
	#hmcase ul li {
		width:48%;
		margin-right:4%;
	}
	#hmcase ul li:nth-child(3n+0) {
		margin-right:4%;
	}
	#hmcase ul li:nth-child(2n+0) {
		margin-right:0;
	}
	footer .btmkk {
		display:none;
	}
	.btmkk2 {
		width:280px;
		margin:0 auto;
		float: none;
		text-align:center;
		padding-top:80px;
	}
	.btmkk2 .bdsharebuttonbox {
		display:none;
	}
	#link {
		margin:20px 10px;
	}
	.bg {
		margin-top:70px;
	}	
	#mid .right {
		display:none;
	}
	#mid .left {
		width:100%;
	    float:none;
	}
	#mid #rt_tit{
		border: none;
		line-height: 1.5;
		height: auto;
		font-size: 14px;
		padding:10px;
	}	
	#mid #rt_tit div {
		display:none;
	}
	#mid #rt_tit span {
		float:none;
	}
	#mid .ny_list3 ul {
		padding-top:20px;
	}
	#mid .ny_list3 ul li {
		margin-bottom:30px;
	}
	#mid .ny_list3 ul li .img {
		float:none;
		width:100%;
	}
	#mid .ny_list3 ul li .con {
		float:none;
		width:100%;	
	    padding:15px;
	}
	#mid .ny_list3 ul li .con dl {
		margin:20px 0;
	}	
	#mid .ny_list3 ul li .con dl dd {
		width:49%;
		margin-bottom:10px;
	}	
	#mid .ny_list3 ul li .con dl dd:nth-child(3) {
		margin-right:0;
	}
	#mid .ny_list3 ul li .con .btn {
		display:block;
		padding:10px 15px;
		margin-top:10px;
		text-align:center;
	}
	#mid .ny_list3 ul li .con .btn.an3 {
		float:none;
	}
	.ny_list li {
		width:49%;
	}
	.ny_list li:nth-child(4n+0) {
		margin-right:0;
	}	
	.ny_list li:nth-child(2n+0) {
		margin-right:0;
	}	
	.ny_list1 li {
		width:49%;
	}
	.ny_list1 li:nth-child(4n+0) {
		margin-right:0;
	}	
	.ny_list1 li:nth-child(2n+0) {
		margin-right:0;
	}
	.ny_list2 {
		height: auto;
	}
	.ny_list2_img {
		float: none;
		height: auto;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ny_list2_main {
		float: none;
		height: auto;
		width: 100%;
	}
	#mid .ny_list4 ul li {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	#mid .ny_list3.ny ul li .img {
		width:100%;
	}
	#mid .ny_list3.ny ul li .con {
		width:100%;
		padding:20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
    }
	#showinfo .date {
		float:none;
	}
	#showinfo .bdsharebuttonbox {
		clear:both;
		float:none;
	}				
}
@media screen and (max-width: 420px) {
	.page span {
		display:none;
	}	
	.page span.current, .page span.param {
		display:inline-block;
	}	
	header #logo {
		background-size:85%;
	}
	.hmpro {
		padding-bottom:0;
    }
	.hmpro  ul li {
		width:100%;
		margin-right:0;
		margin-left:0;
		margin-top:0;
		margin-bottom:20px;
	}
	.hmpro  ul li:nth-child(3n+0) {
		margin-right:0;
	}	
}
@media screen and (min-width: 1200px) {
  .kk {width: 1340px; margin:0 auto;}
}